Inventory
When using Pio, it should be the master of stock levels for inventory that it knows about. When Pio receives new orders and orders are fulfilled the inventory levels are updated. This is reflected in the quantity for a given product and is also notified by a webhook message. When receiving the webhook message it's important to note that the total stock is represented by three values.
- in_stock: The total number of items there is in stock
- reserved: The number os items in stock that have been reserved for orders
- available: The number of items that are available for new orders
Inventoy is managed by the act of storing and picking products. As new items are stored in the system inventoy is updated. Similar when items are picked, the inventory is decreased.